/* 新闻start */

.newBg {
    background-color: #dee9ef;
    padding:0px 0 90px;
}

.newBox {
    padding: 0 30px;
}

.newOneTitle {
    /*min-height: 190px;*/
    text-align: center;
    /*padding-top: 70px;*/
    color: #1a60ab;
}

.newOneBox {
    background-color: #1F4B7C;
    padding: 0;
}

.newOneLeftBox {
    padding: 65px 65px 0;
    color: #fff;
}

.newOneLeftSmallTitle {
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: 0;
    text-align: center;
    width: 65px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.newOneLeft-p1 {
    font-size: 13px;
    margin-top: 50px;
    letter-spacing: 1px;
    line-height: 20px;
}

.newOneLeft-p2 {
    font-size: 26px;
    margin-top: 35px;
}


/* 新闻end */


/* 社会责任板块 start */

.newTwoTitle {
    text-align: center;
    padding-top: 70px;
    color: #1a60ab;
    /*margin: 0 20px;*/
}

.newOneTitle-p1,
.newTwoTitle-p1 {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
}

.newOneTitle-p2,
.newTwoTitle-p2 {
    margin-top: 14px;
    font-size: 20px;
}

.newTwoC {
    padding: 0 20px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.newTwoC-a1 {
    background-color: #fff;
    min-height: 415px;
}

.newTwoC-b1-img {
    width: 100%;
    vertical-align: middle
}

.newTwoC-b2 {
    color: #1a60ab;
    padding: 0 30px;
}

.newTwoC-c1 {
    font-size: 20px;
    margin: 30px 0 10px;
    text-align: center;
}

.newTwoC-c2 {
    font-size: 13px;
    margin: 0;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}


/* 社会责任板块 end  */

/*适应移动端*/
@media screen and (max-width: 1200px){
	.newOneLeftBox {
	    padding: 25px 25px 0;
	    width: 100%;
	}
	.newOneLeftBox .newOneLeft-p1{
		margin-top:25px ;
	}
	.newOneLeftBox .newOneLeft-p2{
		position: static;
	    width: auto;
	    font-size: 16px;
	}
	.newOneBox .col-lg-7{
		padding: 25px;
	}
	.new-swiper-container,.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 5px;
	}
	.newBox {
	    padding: 0 10px;
	}
}